home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / ilnk099c.zip / HISTORY.TXT < prev    next >
Text File  |  1996-04-13  |  16KB  |  272 lines

  1.  
  2. v0.99c
  3.  
  4.     ■ Completely rearranged the autostarts page.  This does require you to
  5.       reselect the programs you wish to autostart (although the ones you
  6.       have setup before will still be listed).  It also provides for
  7.       partial drag and drop support in the add field.  Programs dragged
  8.       from the drives section should be inserted properly (it requires
  9.       the filename to be the "text" for the icon).  Other icons are not
  10.       supported at this time.  The whole autostarts page should be much
  11.       more user-friendly, and also is more stable.
  12.     ■ Because of a bone-headed error on my part, the field in the TCPOS2.INI
  13.       file that lets other programs know which provider you have connected
  14.       with was being erased.  It now not only DOESN'T get erased, it properly
  15.       saves the provider you are using.  NOTE: This fixes the "NR/2" problem.
  16.     ■ More stupidity on my part (this is becoming a trend, isn't it?).  Right
  17.       before the last version was released, I proceeded to break the "General
  18.       Help" selection.
  19.     ■ A logic hole was creating situations where when the program stopped
  20.       dialing for any reason other than the hang up button, you'd need to
  21.       close and restart the program to redial.
  22.     ■ Added support to autostart .CMD files as well as the .EXE files.
  23.     ■ Did a major overhaul of the pointer system to try and eliminate some
  24.       of the sys3175's people were experiencing.  Unable to do many tests
  25.       with this (since I seem to not be able to duplicate the errors), so
  26.       I'll simply cross my fingers.
  27.     ■ I claimed I lengthed the limit of the strings in the previous version
  28.       (which, in fact, I had).  What I neglected to check, however, was the
  29.       length limit of the strings when they were read back in.  So it would
  30.       save the strings at a longer length, but cut them off reading them
  31.       back.  Needless to say, that is now fixed.
  32.     ■ Added support for an optional second DNS entry.
  33.     ■ The help file mistakenly claimed that [LOGIN] was the proper format
  34.       to use in a script to use your login ID.  It has been replaced by
  35.       [LOGINID], the correct format.
  36.     ■ The method used to save Presentation Manager Parameters (window position,
  37.       size, colours, fonts, etc) retained the information even when changing
  38.       the resolution of OS/2.  To stop this, the resolution is saved, and
  39.       compared when iLink/2 is run.  If it detects a change in the resolution,
  40.       it resets all of the windows.
  41.     ■ Some of the windows were still responding to the ESC key (which closes
  42.       dialogs).  This is changed for all windows but the About and the Demo
  43.       notice.
  44.  
  45. v0.99b
  46.  
  47.     ■ Rearranged this history file to go in correct version number order.
  48.     ■ Pop-up menus now check to ensure they remained on screen.
  49.     ■ When exit is called from the main window, the stats windows positions and
  50.       attributes (colours/fonts) are saved.  The windows are then closed
  51.       before the main window.  This should eliminate some errors that occurred
  52.       when the stats windows remained open.
  53.     ■ Autostarts were failing when the path was either non-existant, or when
  54.       the path ended with a trailing "\".  It now works under both conditions.
  55.       (As a slight addendum, it NOW works.  The previous "fix" didn't
  56.       actually work, since it fixed the wrong location)
  57.     ■ The TCPOS2.INI file now has the "CURRENT_CONNECTION" field updated
  58.       properly.  This means that programs that use that information to
  59.       ascertain which configuration to read should identify it correctly.
  60.     ■ It seems for some unknown reason IBM decided to identify TRUE/FALSE
  61.       flags by indicating "TRUE." when TRUE, and "." when FALSE.  Since I
  62.       had assumed them to use "FALSE." for FALSE, this led to a problem
  63.       with all boolean flags. (which I've fixed)
  64.     ■ Removed the outdated code that was checking the OS2.INI file for the
  65.       location of the ilink2.ini file.  It now uses the current directory.
  66.     ■ After in depth discussions, I modified the way iLink/2 handles the
  67.       unregistered demo version.  Instead of hanging up after one hour,
  68.       it simply pops up a notification every 30 minutes to "nag" you
  69.       (taking iLink/2 from the realms of "crippleware" to "nagware").
  70.     ■ Neglected to add a "," after the disable sequence.  It is now properly
  71.       added.
  72.     ■ Created resolv files.  Creation may not be correct for users of Connect
  73.       and a LAN.
  74.     ■ The major problem numerous people have had where it doesn't dial and
  75.       sits at 100% CPU should be fixed.  I say should because I'm not
  76.       completely sure.  However, heads will roll if it isn't.
  77.     ■ Lengthed the limits of numerous strings to prevent some cutting-off
  78.       that was taking place.
  79.     ■ Added support of a kind for $IPADDR and $IPDEST.  Since I'm not quite
  80.       sure which way they are suppose to take information (do they READ, or
  81.       WRITE the IP addresses?) I'm not sure if they work.
  82.     ■ Added some more checks to make sure information that hadn't been filled
  83.       in wasn't trying to be added to the ppp/slip commandline (most notably,
  84.       if the password field wasn't filled in, the entire string wouldn't
  85.       work).
  86.     ■ Autostart programs now work if the path field isn't filled in.
  87.     ■ Programs were being minimized no matter what Autostart setting was.
  88.       Things are now fixed so it will use the proper setting.
  89.     ■ Added basic support for session logging.  A file called 'logfile' will
  90.       be created (or appended) to with the start and end time of your
  91.       session.
  92.     ■ Idle Timeouts will no longer interfere with the Reconnect on Disconnect
  93.       feature.  You may use both without any problems.
  94.     ■ If things worked correctly, I've managed to filter out Advantis
  95.       accounts.
  96.     ■ Created a special Debug version.  For those people who run into
  97.       particularily troubling problems, this version should help find
  98.       the cause.  (Note, this version will be on a 'per request' basis)
  99.     ■ Fixed a case of constant beeping after a connect was made.  Of course,
  100.       no one actually had this problem, except a few people testing interim
  101.       betas, but nonetheless, it's fixed.
  102.     ■ TaiyoTech is now handling registrations for the Asian/Pacific area
  103.     ■ Added a bit of "what's still going on" code to the exit routine to
  104.       try and eliminate some of the problems in that area.  Key word is
  105.       "try".  I could no longer get it to crash, but some people seem to
  106.       have the knack for it.  :)
  107.     ■ Made a bunch of minor changes that are too trivial to mention and
  108.       probably will go unnoticed by the majority of people.  But writing
  109.       this down made me feel better.  :)
  110.  
  111. v0.99a
  112.  
  113.     ■ The popup menu would not function after switching between condensed
  114.       and normal windows (or vice versa).  It now functions correctly for
  115.       both windows.
  116.     ■ The cond and norm buttons were not toggling the "use condensed window"
  117.       flag.  Consequently, the listboxes were displaying the wrong amount
  118.       of information.
  119.     ■ The init strings were checking for the presence of a capital "A" to
  120.       ensure they were present.  They now (properly) check the length of
  121.       the string.
  122.     ■ Added support for commandline execution.  Typing "ilink2 <name>" will
  123.       auto-dial a provider, assuming "name" exists.  However, early tests
  124.       have indicated that iLink/2 will freeze under certain conditions while
  125.       dialing in this method, so I do not recommend using it yet.
  126.     ■ The normal menu was not being properly greyed out.  It now should grey
  127.       out dial/hang-up properly.
  128.     ■ Fixed numerous memory leaks.
  129.     ■ The redial feature was not being handled properly.  Fixed the logic to
  130.       ensure that it checked the number of redial attempts.
  131.     ■ The debug button now works.
  132.     ■ Added the missing Timeout feature.  Currently, I believe it will
  133.       conflict with the "reconnect on disconnect" feature, and recommend
  134.       that one of the two be turned off.
  135.     ■ Implemented a new main window design.  Thanks go to [OS3] for the
  136.       layout!
  137.     ■ Implemented routines to save all colour/font changes to the main windows
  138.       (normal/condensed).
  139.     ■ Changed most windows to all the save of Presentation Parameters.  This
  140.       includes the 3 stats windows, and the notebook window (as well as the
  141.       main windows, which were already done).
  142.     ■ Cosmetic changes to the notebook window.
  143.     ■ After autostart programs have run, the "disable autostart programs"
  144.       button is automatically toggled to prevent the programs from re-running
  145.       after a reconnect.
  146.     ■ Removed the buttons from the stats windows, and replaced them with a
  147.       popup menu.
  148.     ■ Added double-check for deletion.
  149.     ■ Reworked (again) the program autostarts control.  I will be modifying
  150.       page layout, and button controls, but for now, I needed to get the
  151.       logic working.
  152.     ■ Noticed Borland's realloc was screwing up for some reason.  Wrote my
  153.       own realloc command, which seems to have fixed some SYS3175's.
  154.     ■ Modified the autostarts delete button to allow for self-correction.  If
  155.       you (still) have fault programs listed, simply delete until they are
  156.       all removed, and save.  Then, add any programs back.  There (hopefully)
  157.       won't be any further high-ascii.
  158.     ■ Autostarts page would SYS3175 if you deleted all entries, and then tried
  159.       to add a new one.  That is now fixed.
  160.     ■ Startup Minimized flag wasn't doing anything.  Program will now startup
  161.       minimized, if box is checked.
  162.     ■ Finally fixed the problem with copying/changing provider name.  It now
  163.       properly checks if the name you are using exists or not.  So, you
  164.       shouldn't have to worry about overwriting other accounts by accident.
  165.     ■ Spent the last couple days getting help working.  It's not all there,
  166.       but mostly just needs to add some write-ups.
  167.  
  168. v0.98a
  169.  
  170.     ■ If no entry was selected, iLink/2 would crash if the "Edit" button
  171.       was pressed.  It now checks to make sure an entry is selected.
  172.     ■ The Program Autostarts was allowing blank entries to be added.  It
  173.       now makes sure that the Program Name is filled in.
  174.     ■ The Edit option wouldn't allow you to change the name of the entry.
  175.       It now allows this.  (and, after a bit of modification, you can even
  176.       use the full 8 characters <sigh>)
  177.     ■ The Add option should now work correctly.  Previously, it would
  178.       overwrite other entries, or SYS3175.
  179.     ■ The Delete option should work.  Note, there is NO confirmation for
  180.       this, so you had better mean it!  :)
  181.     ■ Pressing the modify or delete buttons in the Program Autostart was
  182.       having VERY strange results if a program wasn't selected.  It
  183.       should require you to select something.
  184.     ■ Was not processing a Blank Script entry for SLIP.  Now handles it
  185.       the same way as "NONE".
  186.     ■ SLIP dialing was not checking for whether the IP fields were actually
  187.       filled in.  It now checks.
  188.     ■ Finally recovered after HD crash...  iLink/2 only lost a few days work,
  189.       and has been brought back up todate.
  190.     ■ Start work on modifying the data structures to minimize memory corruption
  191.     ■ Numerous problems arose from the modifications.  However, long standing
  192.       errors were also brought to light, and fixed.  Hopefully this will
  193.       drastically cut back on the number of sys3175's being reported.
  194.     ■ Started adding support for the second mouse button.  Now has a popup
  195.       menu for the Connections Listbox.
  196.     ■ Added checking to the Notebook.  It will now check the fields that are
  197.       required for dialup to make sure they are filled in.
  198.     ■ The copy entry now works (from the popup menu).
  199.     ■ Added missing hang-up option to popup menu.
  200.     ■ Rearranged dialog items to make the tabbing order correct.
  201.  
  202. v0.97a
  203.  
  204.     ■ Isolated and fixed problem that was causing the Stats window to not
  205.       recognized that it was open when switching between full size and
  206.       condensed windows.
  207.     ■ iLink/2 assumed the Netmask field was filled in whether it was or not.
  208.       It now checks whether it is filled in.
  209.     ■ Some sort of memory corruption was occurring for a few people in the
  210.       connection read-in procedure.  Slight modification in the way it handles
  211.       the variables seems to have eliminated the problem.
  212.     ■ Did a lot of work on the design/look of iLink/2.  Added option for
  213.       debugging, ability to allow an exit regardless of setting, and a toggle
  214.       to disable the program autostarts.
  215.     ■ Worked on a modification of the Stats window to allow more control over
  216.       the layout and placing.
  217.     ■ Continued work on the design of the stats window.
  218.     ■ Blank script entry field was not responding properly.  Fixed.
  219.     ■ NONE in script entry field was behaving the way blank was suppose to.
  220.       Fixed.
  221.     ■ NONE is script entry field now properly uses PAP/CHAP to establish
  222.       connection.
  223.     ■ When selecting Add, the modem spin buttons weren't being filled in.
  224.       Fixed.
  225.     ■ A change in the stats window resulted in the time fields not being
  226.       filled in properly.  Fixed.
  227.     ■ Added buttons on condensed and normal window to quickly switch back
  228.       and forth.
  229.     ■ Made a REAL About window.  :)
  230.     ■ Program wouldn't add the extra application keys in the TCPOS2.INI file
  231.       to entries created with SLIPPM, after the first execution.  Fixed.
  232.     ■ Program was not using the call waiting disable sequence.  Fixed.
  233.     ■ Autostart entries were being erased before they were saved.  They now
  234.       save properly.
  235.     ■ Fixed some memory leaks.
  236.     ■ By trying to match the strings passed to ppp and slip exactly as the
  237.       IBM dialer was sending them, I triggered IBM's notification about
  238.       disconnection window.  This window was interfering with the iLink/2
  239.       reconnect on disconnect function.  I have removed the option that
  240.       was causing it, and it seems to be working normally again.
  241.     ■ Really stupid error made trying to detect the presence of entries added
  242.       with IBM's dialer.  This resulted in a bunch of strange high-ascii
  243.       entries being placed in the TCPOS2.INI file.  This is now fixed.
  244.     ■ Modified the stats windows (again).  The individual windows are now
  245.       movable, and save their locations.  The control bar was removed, and
  246.       controls were added to the main windows.
  247.     ■ At certain points, pressing the hangup button would have no effect.
  248.       It is now adjusted to re-check for the hangup button being pressed
  249.       before it restarts PPP/SLIP.
  250.     ■ The statistics were not being reset after a disconnection.  This resulted
  251.       in very strange numbers appearing.  The statistics now reset properly.
  252.     ■ The Session time, and Total time used slightly different calculation
  253.       methods which resulted in the Session time increasing faster than the
  254.       Total time (allowing the Session time to be greater than the Total,
  255.       an impossible situation).  The Total time format has been modified to
  256.       compensate for this.
  257.     ■ Some testers were switching from condensed to normal windows (or vice
  258.       versa) during or after dialing.  They noticed that the information
  259.       was not saved back and forth.  The condensed and normal windows were
  260.       NOT designed to be switched interactively during dialing.  They were
  261.       designed as an either-or situation.  To make sure people don't run into
  262.       the same problem, I have disabled the ability to switch back and
  263.       forth while dialing.
  264.     ■ The dial and hangup menu items weren't being disabled or enabled.
  265.       They now match the state of the dial/hang button.
  266.     ■ Seems I neglected to properly assign the close buttons on the stats,
  267.       with the result that they wouldn't close properly (using the "C" button)
  268.       This should be fixed.
  269.     ■ Made sure that hitting buttons of options that weren't in place yet
  270.       didn't exit the program.
  271.  
  272.